


.features-sec li@charset "utf-8";
/* CSS Document */

/*-----------GENERAL--------------------------*/
html{
	min-height:100%;
}

body .bgm{
background: url("../images/full-bg.png")center fixed #fff;
				
    background-color: rgb(255, 255, 255);
    background-position-x: center;
    background-position-y: center;
    background-repeat: repeat;
    background-size: auto;
background-size: auto;
background-size: auto auto;
background-size: auto auto;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;


}


.sponsors1 img:hover {
    transform: scale(1.05);
    box-shadow: 0 3px 20px rgba(0,0,0,.3);
}
			
.sponsors img:hover {
    transform: scale(1.05);
    box-shadow: 0 3px 20px rgba(0,0,0,.3);
	
}

.mcilist li:nth-of-type(odd) { 
text-align:center;
	font-size: 14px;
	background-color: #fdc9c8;
	color: #1c1c1c;
	line-height: 35px;
	font-weight: 400;
	border:1px solid #ccc;
}
.mcilist li:nth-of-type(even) { 
text-align:center;
	font-size: 14px;
	background-color: #fff;
	color: #1c1c1c;
	line-height: 35px;
	font-weight: 400;
	border:1px solid #ccc;
}

.mcilist li:hover{
	background-color:#002855;
	color:#fff;
	}


.mcitable tr:nth-of-type(odd) { 
text-align:center;
	font-size: 14px;
	background-color: #fff;
	color: #1c1c1c;
	line-height: 26px;
	font-weight: 400;
}
.mcitable tr:nth-of-type(even) { 
text-align:center;
	font-size: 14px;
	background-color: #fff;
	color: #1c1c1c;
	line-height: 26px;
	font-weight: 400;
}
.mcitable th { 
background:#0b457c; 
color: #fff; 
font-weight: bold;
text-align:center;
	font-size: 16px;
	line-height: 29px;

}

.one td{ 
background:#008865; 
font-weight: bold;
	color: #fff;
	text-align: center;

}

.two td{ 
background:#e6e7e8; 
font-weight: bold;
	text-align: center;

}

.three td{ 
background:#dbfba2; 
font-weight: bold;
	text-align: center;


}
.four td{ 
background:#62a1dd; 
font-weight: bold;
	color: #fff;
	text-align: center;


}
.five td{ 
background:#1b9bda; 
font-weight: bold;
	color: #fff;
	text-align: center;


}



.mcitable td, th{ 
padding: 4px; 
border: 2px solid #3e403f;
}


.MCI-listone li{		
	margin-bottom: 2px;
	padding-left: 20px;
	list-style: none;
	background: url(../images/arrow-01.png) no-repeat 4px 10px;
	
}

body {
    background: #fff;
    color: #424242;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
	-webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote {
    margin: 0;
    padding: 0;
}
a:focus {
    outline: medium none;
}
img {
    border: 0 none;
}
input, textarea {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    padding: 2px 3px 2px 5px;
}
ol, ul {
    list-style: none outside none;
}
ul li {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
}
.clearfix:after{ clear:both; display:block; content:'.'; visibility:hidden; height:0px; }
header, section, footer, aside, nav, main, article, figure {
    display: block; 
}


.top-colors-sec{
    height: 6px;
    background: url("../images/top-tile.jpg") repeat center top;
}

@font-face {
    font-family:'helvetica';
    src: url('../fonts/T MediumCond.eot');
	src: url('../fonts/T MediumCond-1.eot') format('embedded-opentype'),
		url('../fonts/T MediumCond.woff2') format('woff2'),
		url('../fonts/T MediumCond.woff') format('woff'),
		url('../fonts/T MediumCond.svg') format('svg');
		src:url(../fonts/T%20MediumCond.eot)
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-02DC;
}

h1{
    font-size: 30px;
    color: #002855;
    font-family:"helvetica";
   /* text-transform: uppercase;*/
}

.nav > li > a.home-link{
    position: absolute;
    z-index: 500;
    background: none !important;
    width: 100%;
}

.navigation-area{
     font-family:"helvetica";
    position: absolute;
    z-index: 500;
    width: 100%;
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    background: #273d41;   
}

.navigation-area.nav-bg-home{
     /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
background: -moz-linear-gradient(top, rgba(11, 69, 124,0.75) 20%, rgba(110, 77, 139,0.70) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(11, 69, 124,0.75) 20%,rgba(110, 77, 139,0.70) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(11, 69, 124,0.75) 20%,rgba(110, 77, 139,0.70) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

/*.navigation-area.nav-bg-home{
     
background:#002855; 
}*/


.banner-area-all{
    height: 200px;    
	background: url("../images/all-banner.jpg") repeat left bottom;
	background-color: #002855;
}

.banner-area{
    height: 511px;
    background: url("../images/banner-bg.jpg") repeat left top;
}
.banner-left-sec{
    width: 100%;
    float: left;
    height: 511px;
}
.banner-right-sec{
    width: 50%;
    float: right;
}
.bannner-right-content{
     font-family:"helvetica";
    width: 490px;
    padding-top: 180px;
}
.top-buttons-sec{
     width: 239px;
    float: right;
}
.top-button{
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    color: black;
    margin-top: 30px;
   
}
.top-button:hover{
    color: #0b8344;
    text-decoration: none;
}
.top-button img{
    margin-left: 10px;
    margin-right: 16px;
    
}
.calander{
    position: relative;
    margin-top: 45px;
}

/*----------Clock------*/
.countdown-container {position: relative;top: 50%; -webkit-transform: translateY(25%);-moz-transform: translateY(25%);transform: translateY(25%); margin-right:0px; margin-top:-31px;}
.clock-item .inner {height: 0px;padding-bottom: 100%;position: relative;	width: 100%;  border-radius: 10%;}
.clock-canvas {border-radius: 10%;height: 0px;padding-bottom: 100%;}
.clock .text {color: #000;font-size: 24px; margin-top: -17px;position: absolute;top: 50%;text-align: center;width: 100%;}
.clock .text .val {font-size:14px; margin-bottom:0px;}
.clock .text .type-time {font-size: 10px;}
.countdown-container .col-md-2{ width:80px !important; padding: 5px}
.clock .clock-days{margin-left:0px;}
.clock-item .wrap{
    position: relative;
}
.timer-bg{ 
    width: 100%;
    height: 70px;
    position: absolute;
    border: solid 3px #fff;
    border-radius: 99%;
    
}
.main-logo{
    position: absolute;
    z-index: 78;
    text-align: center;
   
     width: 373px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 284px;
}
.main-logo img{
    margin-left: 64px;
    width: 373px;
}
.bg1{
    background: url("../images/content-area-bg.jpg") repeat left top;
}

.content-area{
    padding-top: 50px;
    line-height: 21px;
    padding-bottom: 90px;
}
.content-area p{
    margin-top: 10px;
    margin-bottom: 10px;
}
.content-area h1{
    text-align: center;
	margin-left:0px;
}
.intro-photo{
    width: 157px;
    height: 157px;
    border: solid 1px #8fbc9b;
    -webkit-border-radius: 50% 50% 50% 50%;
border-radius: 50% 50% 50% 505;
    overflow: hidden;
}
.intro-photo img{
    width: 100%;
}
.intro-text{
    text-align: center;
    width: 167px;
    margin-top: 15px;
}
@media(min-width: 700px){
    .intro-text{
    text-align: left;
}
}
@media(max-width: 600px){
.wel-pic .intro-photo{
    margin: auto;
}
.wel-pic .intro-text{
    text-align: center;
    margin: auto;
}
}
ul{
    
}
ul.hom li{
    background: url("../images/bullet.png") no-repeat left 7px;
	margin:10px 0px 10px 5px;
    padding: 5px 0px 5px 16px;
    line-height: 24px;
    color: black;
}
.bg2{
    background:#a0d4ae;
    border-top: solid 1px #3f6167;
    padding-top: 15px;
    padding-bottom: 0px;
}
.bg2 h1{
    margin-bottom: 10px;
}

.bg2 img.image{
    
    margin-top: -100px;
}

.bg3{
    background:#cce8d4;
    border-top: solid 1px #3f6167;
    padding-top: 15px;
    padding-bottom: 20px;
}
.bg3 h1{
    margin-bottom: 10px;
}

.third-row{
    
}
.video-sec{
    background: #3f6167;
    min-height: 250px;
}
.video-sec h1{
    color: white;
    margin-top: 22px;
    
}
.who-sh{
    width: 470px;
    direction: ltr;
    padding-top: 18px;
}
.who-sh h1{
    margin-bottom: 20px;
}
.l-vdo{
    width: 476px;
}
.video-slider{
    width: 100%;
    margin-top: 18px;
    overflow: hidden;
    
}
#reg-sec{

	background:url("../images/paralax.jpg") 50% 0  repeat fixed; 
    background-size: 100% auto;
	height: 326px;
	margin: 0 auto; 
    width: 100%; 
    max-width: 1920px; 
    position: relative; 

}
.reg-sec{
    color: white;
    padding-top: 100px;
}
.big-font{
    font-family:"helvetica";
    font-size: 24px;
}
.reg-sec p{
    margin-bottom: 15px;
}
.button{
    display: inline-block;
    background: #a0d4ae;
    font-size: 21px;
    text-transform: uppercase;
    font-family:"helvetica";
    padding: 10px 25px 10px 25px;
    color: #221f1f;
    -webkit-border-radius: 0 15px 0 15px;
border-radius: 0 15px 0 15px;
}

.footer{
    min-height: 540px;
    background: #567c83;
}
@media(min-width: 300px) and (max-width: 1024px){
    .footer{
        height: 840px;
    }
}
.button:hover{
    text-decoration: none;
}
.button2:hover{
    text-decoration: none;
}
.contact-sec{
    width: 410px;
    background: #e4efc3;
    position: absolute;
    right: 0px;
    margin-top: -100px;
    padding: 0px 30px 20px 30px;
    font-size: 14px;
}
@media(min-width: 300px) and (max-width: 1024px){
    .contact-sec{
        margin-top: 0px;
    }
}
.contact-sec h1{
    margin-bottom: 25px;
    margin-top: 20px;
}
.contact-sec input,.contact-sec select{
    width: 270px;
    border: none;
    border-bottom: solid 1px #addac3;
    background: none;
    font-size: 15px;
    padding: 4px;
    color: black;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}

.submit-button{
    display: inline-block;
    width: 82px !important;
    color: white !important;
    padding: 5px 15px 5px 15px !important;
    font-size: 16px !important;
    border: solid 1px #046b9a !important;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5ab1d9+0,36a0d0+41,309dcf+100 */
background: rgb(90,177,217) !important; /* Old browsers */
background: -moz-linear-gradient(top, rgba(90,177,217,1) 0%, rgba(54,160,208,1) 41%, rgba(48,157,207,1) 100%) !important; /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(90,177,217,1) 0%,rgba(54,160,208,1) 41%,rgba(48,157,207,1) 100%) !important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(90,177,217,1) 0%,rgba(54,160,208,1) 41%,rgba(48,157,207,1) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ab1d9', endColorstr='#309dcf',GradientType=0 ) !important; /* IE6-9 */
}
.submit-button:hover {
    text-decoration: none;
    color: white;
}
.scial-media a{
    font-size: 26px;
    color: #567c83;
}
.add-to-ca{
    display: block;
    font-size: 21px;
    color: #000000;
    background: url("../images/calander.png") no-repeat left top;
    padding-left: 50px;
    text-transform: uppercase;
}
.add-to-ca:hover{
    text-decoration: none;
    
}

#map{
    height: 540px;
    width: 100%;
}
.contact-wrapper{
    position:absolute; width:100%; z-index:300;
}


/*--------------carousel vertical-----------------*/



.vertical .carousel-inner {
  height: 100%;
}

.carousel.vertical .item {
   -webkit-transition: 0.6s ease-in-out top;
   -moz-transition: 0.6s ease-in-out top;
   -ms-transition: 0.6s ease-in-out top;
   -o-transition: 0.6s ease-in-out top;
   transition: 0.6s ease-in-out top;
}

.carousel.vertical .active {
   top: 0;
}

.carousel.vertical .next {
   top: 400px;
}

.carousel.vertical .prev {
   top: -400px;
}

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
   top: 0;
}

.carousel.vertical .active.left {
   top: -400px;
}

.carousel.vertical .active.right {
   top: 400px;
}

.carousel.vertical .item {
   left: 0;
}


.inner-page h1{
    text-align: left;
    margin-bottom: 25px;
}
.spkr-photo{ float: left; width: 110px; margin-right: 15px; margin-bottom: 10px;}
.spkr-photo img{ width: 100%; border: solid 1px #8fbc9b; margin-bottom: 10px;}
.spkr-details{ float: left; margin-bottom: 20px; width: 330px; text-align: left}
.spkr-details a{
    display: block;
    margin-top: 8px;
}
.spkr-details-ppc{ margin-bottom: 20px; width: auto; text-align: left}
.spkr-details-ppc a{
    display: block;
    margin-top: 8px;
}
.inner-page{
    line-height: 18px;
    text-align: justify;
    padding-top: 100px;
}
.inner-page h2{
 font-size: 18px;
color: #0b8344;
    margin-top: 20px;
}
.inner-page ul li{
    list-style: disc;
	margin:10px 0;

}
.inner-page ul{
    margin-left: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.gallery .cboxElement img{
    margin-right: 10px;
    border: solid 1px #002855;
}
.header-style-scroll{
 position: fixed;
    z-index: 500;
}
.header-style-scroll .top-colors-sec{
    position: fixed; 
    top: 0px;
    width: 100%;
}
.header-style-scroll .navigation-area{
    position: fixed; top: 6px;

    background: #002855;
}

.carousel-inner .item img{
        width: 150% !important;
        max-width: 500%;
    }
.patro_bg{
    background: #eaf0ff;
    padding: 10px 0px 20px 0px;
    text-align: center;
}
.courses{
    margin: 15px 0px 15px 0px;
}
/*-----------responsive-----------*/
@media (max-width: 991px) {

.patro_bg img{
    width: 90%;
}
    
.banner-left-sec{
    width: 100%;
    float: none;
}
.banner-right-sec{
     width: 100%;
    float: none;
}
.banner-area{
    height: auto;
}
.bannner-right-content{
    width: 100%;
    padding-top: 15px;
    padding-bottom: 40px;
    padding-right: 30px;
    padding-left: 20px;
}
.calander{
    width: 490px;
    float: right;
    margin-top: 40px;
}
.top-buttons-sec {
    float: left;
}

.bannner-right-content br{
    display: none !important;
}
.main-logo img{
    background:#fff;
    margin: 0 auto;
    margin-top: 108px;
}
    
    .add-to-ca{
        height: 62px;
    }
    .obj-img{
        display: none;
    }
    .bg2{
        padding-bottom: 20px;
    }
	   .bg3{
        padding-bottom: 20px;
    }
    .who-sh{
        width: 80%;
        float: none;
        margin: 0 auto;
    }
    
    .video-sec{
        
    }
    .vdo-devs{
        width: 453px;
        padding-top: 25px;
        text-align: left;
        margin: 0 auto;
    }
    .carousel-indicators{
        position: relative;
        right: 0px;
        left: 0px;
        top: 190px;
    }
.carousel{
        height: 390px;
    }
    .carousel-inner{
        height: 390px;
    }
    .main-logo{
        top: 150px;
    }
    
    #floatingSocialShare .top-right{
        width: 100% !important;
        left: 0px !important;
        bottom: 0px !important;
        top: inherit !important;
        text-align: center;
    }
    #floatingSocialShare a{
       display: inline-block !important;
        vertical-align: top;
    }

    
}
@media (max-width: 770px) {
    
    .top-buttons-sec{
        width: 100%;
    }
    .calander{
        width: 100%;
    }
    .who-sh{
         width: 100%;
    }
    .vdo-devs{
        width: 100%;
    }
    .contact-sec{
        /*margin-top: -18px;*/
    }
    .countdown-container .col-md-2{
        float: left;
    }
    .carousel-inner .item img{
        width: 200% !important;
        max-width: 500%;
    }
    #reg-sec{
        height: auto;
    }
	
	.submit-abstract td{ 
	    display:block; width:100%; float:none; text-align:left
		}
    .submit-abstract td input, .submit-abstract select, .submit-abstract textarea{ 
	    margin-left:0px;
		}
    .submit-abstract .button2{ 
	    margin-left:0px;
		}
    
}
@media (max-width: 478px) {
    .video-slider{
        width: 100%;
    }
    .main-logo img{
        width: 295px;
    }
    .countdown-container .col-md-2{
        width: 70px !important;
    }
    .timer-bg{
        height: 60px;
    }
    .contact-sec{
        width: 100%;
        /*margin-top: -1px;*/
    }
	
	.submit-abstract td input, .submit-abstract select, .submit-abstract textarea{ 
	width:100%;
	}
    
}
#owl-demob .owl-item img{
    width: 190px;
}
.sponsors-bg{
    background: #fff;
    border-top: solid 1px #d6e2da;
    
    padding: 0px 0px 0px 0px;
}
.sponsors{
text-align: center;

}
.sponsors h1{
    text-align: center;
}
.sponsors ul li{
     display: inline-block; vertical-align: middle;
    padding: 10px 10px 10px 10px;
}

.button1{ text-align:left; margin-bottom:20px;}
.button1 a{ display:inline-block; color:#0b8344; text-transform:uppercase; text-align:center; padding:11px 25px 11px 25px; border:solid 1px #3f6167; -webkit-border-radius: 5px 5px 5px 5px;
 border-radius: 5px 5px 5px 5px; font-size:14px;}
.button1 a:hover{ text-decoration:none}

.button-ppc{ text-align:left; margin-bottom:20px;}
a.button-ppc{ display:inline-block; color:#0b8344; text-transform:uppercase; text-align:center; padding:11px 25px 11px 25px; border:solid 1px #3f6167; -webkit-border-radius: 5px 5px 5px 5px;
 border-radius: 5px 5px 5px 5px; font-size:14px;}
a.button-ppc:hover{ text-decoration:none}

.submission{}
.submission .text-field{ background:none; border:solid 1px #4C6F7C; width:210px; height:17px;}
.submission .text-area{ background:none; border:solid 1px #4C6F7C; width:210px;}
.submission .list-field{ background:none; border:solid 1px #4C6F7C; height:24px; width:219px;}
.submission td{ padding:5px 0px 5px 0px;}
.submission #cv{ background:none; border:solid 1px #4C6F7C;width:210px;}

.submit-abstract{}
.form-text{ width:170px;}
.submit-abstract input{ border:solid 1px #CCCCCC; padding:5px; width:400px; margin-bottom:10px; margin-left:35px; margin-top:10px;}
.submit-abstract select{ border:solid 1px #CCCCCC; padding:5px; width:400px; margin-bottom:10px; margin-left:35px; margin-top:10px;}
.submit-abstract textarea{ border:solid 1px #CCCCCC; padding:5px; width:400px; margin-bottom:10px; margin-left:35px; margin-top:10px;}
.submit-abstract .button2{ text-align:left; margin-left:35px;}

.button2{
    display: inline-block;
    background: #a0d4ae;
    font-size: 21px;
    text-transform: uppercase;
    font-family:"helvetica";
    padding: 10px 25px 10px 25px;
    color: #221f1f;
    
}
.modal-body.stay-update{
    
}
.modal-body.stay-update input{
    padding: 5px;
    margin-bottom: 5x;
    margin-top: 5px;
    border: solid 1px #d1d1d1;
}
.td-table-pad{
      padding: 10px;
   }

@media(max-width: 600px){
.owl-theme .owl-controls .owl-page span{
    margin: 5px 3px !important;
}
.who-sh{
    margin-bottom: 20px;
}
.multiple-items-1 .img-responsive{
    padding: 5px !important;
}
.multiple-items .img-responsive{
    padding: 5px !important;
}
.modal{
    left: -7px !important;
}

}
@media(max-width: 1320px){
#st-2{
    top: 50%;
    transform: translateY(-50%);
}

}

@media(max-width: 1024px){
    #st-2{
        bottom: 0;
        top: auto;
        transform: unset;
    }
}

@media(max-width: 600px){
    #st-2{
        bottom: 0;
        top: auto;
        transform: unset;
    }
}
.lwl-logo{width: 450px;}
@media(max-width: 600px){
.spkr-details{ margin-bottom: 20px; width: 330px; text-align: left; float: none;}
.lwl-logo{width: 100%;}
}
/*@media(min-width: 200px) and (max-width: 600px){
.animated-arrow{
    position: fixed;
    right: 50px;
    top: 45px;
    z-index: 1500;
    padding: 0px;
    margin: 0px;
}
}*/



.modal-backdrop.in{opacity: 0 !important;}
.modal-backdrop{position: inherit !important;}


.bannner-right-content {
    font-family: "helvetica";
    width: 100%;
    padding-top: 100px;
    padding-left: 25px;
}
.top-buttons-sec {
    width: 100%;
    float: unset;
}
.banner-area{
   /* height: 511px;*/
}
.head-span{
    font-size: 27px;
    /*justify-content: center;*/
    /*align-items: center;*/
}
.main-banner-text {
    width: 100%;
    /*background: #ffffffcc;*/
    padding: 8px;
    margin-left: auto;
    margin-top: 20px;
    margin-right: auto;
}
.main-banner-text h2 {
    color: #002855;
    font-weight: bolder;
    font-size: 36px;
    text-align: center;
    margin-top: 20px;
}
.img-banner-logo {
    width: 550px;
    margin-top: 15px;
    margin-bottom: 15px;
    /*background: #ffffffcc;*/
    padding: 8px;
}
.btn-banner-virtual{
  background: #002855;
    padding: 10px;
    transition: .5s all ease;
    -webkit-transition: .5s all ease;
}
.btn-banner-virtual:hover{
    background: #20465f;
    cursor: pointer;
    box-shadow: 2px 2px 22px black;
}
.btn-banner-virtual h3{
    font-size: 26px;
    /*color: #002855;*/
    color: white;
    text-align: center;
    font-family: "helvetica";
    text-transform: uppercase;
}
.content-area {
    padding-top: 15px;
    line-height: 21px;
    padding-bottom: 30px;
}
.banner-right-sec {
    width: 50%;
    float: right;
    height: 100%;
    /*background: url('images/physio-banner-back-1.jpg');*/
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
}
@media(min-width: 1500px){
    .img-banner-logo {
    width: 700px;
    margin-top: -25px;
    margin-bottom: 15px;
    /* background: #ffffffcc; */
    padding: 8px;
}
}
/*.head-span{
  padding-left: 10px;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 365px;
}
.main-logo img {
    margin-left: 64px;
    width: 373px;
    background: #ffffffcc;
    padding: 5px;
}
.main-logo {
    position: absolute;
    z-index: 78;
    text-align: center;
    width: 373px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 340px;
}
.main-banner-text {
    position: absolute;
    z-index: 78;
    text-align: left;
    width: auto;
    margin: 0 auto;
    left: auto;
    right: 107px;
    top: 250px;
}
.main-banner-text h2{
  color: #002855;
  font-weight: bold;
  font-size: 32px;
}*/
.back-bg-banner-control{
    background-size: cover;
}
@media(min-width: 1400px) and (max-width: 1699px){
/*.main-banner-text {
    position: absolute;
    z-index: 78;
    text-align: left;
    width: auto;
    margin: 0 auto;
    left: auto;
    right: 5%;
    top: 40%;
}
.main-banner-text h2{
  color: #002855;
  font-weight: bold;
  font-size: 32px;
}  
.head-span{
  padding-left: 10px;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 365px;
}
.main-logo {
    position: absolute;
    z-index: 78;
    text-align: center;
    width: 373px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 37%;
}*/
.btn-banner-virtual h3{
  font-size: 30px;
    /*color: #002855;*/
    color: white;
    text-align: center;
    font-family: "helvetica";
    text-transform: uppercase;
}
.back-bg-banner-control{
    background-size: contain;
}
}
@media(min-width: 1700px) and (max-width: 1799px){
/*.main-banner-text {
    position: absolute;
    z-index: 78;
    text-align: left;
    width: auto;
    margin: 0 auto;
    left: auto;
    right: 9%;
    top: 37%;
}
.main-banner-text h2{
  color: #002855;
  font-weight: bold;
  font-size: 32px;
}  
.head-span{
  padding-left: 10px;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 365px;
}
.main-logo {
    position: absolute;
    z-index: 78;
    text-align: center;
    width: 373px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 34%;
}*/
.btn-banner-virtual h3{
  font-size: 30px;
    /*color: #002855;*/
    color: white;
    text-align: center;
    font-family: "helvetica";
    text-transform: uppercase;
}
.back-bg-banner-control{
    background-size: contain;
}
}
@media(min-width: 1800px){
/*.main-banner-text {
    position: absolute;
    z-index: 78;
    text-align: left;
    width: auto;
    margin: 0 auto;
    left: auto;
    right: 13%;
    top: 35%;
}
.main-banner-text h2{
  color: #002855;
  font-weight: bold;
  font-size: 32px;
}  
.head-span{
  padding-left: 10px;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 365px;
}
.main-logo {
    position: absolute;
    z-index: 78;
    text-align: center;
    width: 373px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 32%;
}*/
.btn-banner-virtual h3{
  font-size: 30px;
    /*color: #002855;*/
    color: white;
    text-align: center;
    font-family: "helvetica";
    text-transform: uppercase;
}
.back-bg-banner-control{
    background-size: contain;
}
}


.just-content{display: flex; align-items: center; justify-content: center;}
    .mb-3{margin-bottom: 20px;}
    .mt-4{margin-top: 20px;}
    .mb-4{margin-bottom: 30px;}
    .my-4{margin-bottom: 30px; margin-top: 20px;}
    .intro-text-bg{background: #8080802b;border-radius: 10px;padding: 10px;}
    .intro-photo {
     width: 100%; 
     height: auto; 
    border: solid 1px #8fbc9b;
     -webkit-border-radius:0px; 
    border-radius: 50% 50% 50% 505;
    overflow: hidden;
}
.intro-text {
    text-align: center !important;
    margin-top: 15px;
    width: 100%;
}
.text-left{
  text-align: left !important;
}
.pl-0{
  padding-left: 0px !important;
}
.pr-0{
  padding-right: 0px !important;
}

.img-sec-h3{
                color: #002855 !important;
                text-transform: uppercase;
                font-family: "helvetica";
                font-size: 22px;
                text-align: left!important;   
                margin-top: 10px;
              }
              .img-sec-p{
                color: #424242 !important;
              }
              .details-holder{
            /*float: left;*/
            position: relative;
            /*margin: 20px 5px 120px 5px;*/
        }
        .show-details img{
            opacity: 0.8;
            width: 100%;
            height: auto;
        }
        .show-details:hover img{
            position: relative;
            opacity: 1;
            z-index: 99;   
        }
        .img-info{
            padding: 275px 10px 0px 10px;
            position: absolute;
            z-index: 20;
            top: -10px;
            left: -10px;
            width: 107%;
            height: auto;   
            background-color: #a0d4ae;
            color: #424242;
            border-radius: 5px;
            box-shadow: 2px 2px 22px black;   
            transition: 0.5s ease;
            /*opacity: 0;   */
            display: none;
            transition: opacity 1s ease-out;
            opacity: 0;
        }
        .show-details:hover .img-info{
            opacity:1;   
            display: block;

        }
        .details-holder h1{
            color: #002855 !important;
                text-transform: uppercase;
                font-family: "helvetica";
                font-size: 22px;
                margin-bottom: 10px;
                text-align: left!important;   
        }
        .details-holder p{
                text-align: left!important;   
            font-size: 12px;
        }
        .details-holder li{
                text-align: left!important;   
            font-size: 12px;
        }
        .details-holder ul li{
                  margin-bottom: 5px;
        }
        .img-sec-mar-top{
          margin-top: 30px;
        }
        .mt-6{
          margin-top: 30px;
        }
        .mb-6{
          /*margin-bottom: 20px;*/
        }
        .my-6{
          margin-top: 25px;
          /*margin-bottom: 20px;*/
        }
        .features-sec{
          padding: 15px;
		  display:inline-block;
		  width:27%;
		  vertical-align:text-top;
        }
		.features-sec img { width:100%;}
        .features-inner-sec{
          padding: 10px;
          /*background: #96c9a4;*/
          background: #fff;
          border-radius: 0px;
		  min-height:530px;
		  
		 
		 
        }
        .features-sec h1{
          text-align: left;
          margin-bottom: 10px;
          margin-top: 20px;
        }
        .features-sec p{
                text-align: left!important;   
            font-size: 14px;
        }
        .features-sec li{
          list-style: disc;
                text-align: left!important;   
            font-size: 16px;
        }
        .features-sec ul li{
            margin-bottom: 5px;
			margin:10px 0;
			
        }
        .features-sec ul{
          list-style: disc;
          padding-left: 20px;
		  padding-right:20px;
		  
            margin-bottom: 10px;
            margin-top: 10px;
        }
        .hei-100{
          height: 100%;
        }
        .bor-l-feat{
          border-left: 1px solid #424242;
        }
        .bor-b-feat{
          border-bottom: 1px solid #424242;
        }
		/*
        .pad-bot-2{
          padding-bottom: 84px;
        }
        .pad-bot-35{
          padding-bottom: 78px;
        }
        .pad-bot-115{
          padding-bottom: 58px;
        }
        .pad-bot-146{
          padding-bottom: 89px;
        }
        .pad-bot-120{
          padding-bottom: 167px;
        }
		*/
        @media(min-width: 1400px) and (max-width: 1899px){
         .pad-bot-2{
          padding-bottom: 83px;
        } 
        }
        @media(min-width: 1900px){
         .pad-bot-2{
          padding-bottom: 83px;
        } 
        }
        .mt .ticket-img{
          margin-top: 0px;
        }

        .speaker-slider .speaker{
            padding: 20px;
        }

        .speaker-slider .speaker img{
            width: 100%!important;
            padding: 20px;
            border: 2px solid #002855;
        }

        .speaker-slider{
            padding-left: 30px;
            padding-right: 30px;
        }
        .bg-who-should{
            background: url('../images/who-should-attend.jpg');
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }
        .p-t-3{
            padding-top: 18px;
        }
        .margin-top-speakers{
          margin-top: 10px;
        }

        .speak-text{ font-size: 14px!important; text-align: center; }
        @media(min-width: 300px) and (max-width: 1024px){
            .speaker-slider .speaker{
                padding: 5px;
            }
            .speaker-slider{
            padding-left: 10px;
            padding-right: 10px;
            }
            .bg-who-should{
                height: 350px;
            }
        }

.ticket-img{
        background: #002855;
        /*border-radius: 20px;*/
        margin-top: 30px;
        margin-bottom: 30px;
    transition: .5s all ease;
    -webkit-transition: .5s all ease;
    }
    .ticket-img img{
        padding: 5px;
    }
.ticket-img:hover{
    cursor: pointer;
    box-shadow: 2px 2px 22px black;
}
    .ticket-img h2{
        color: white;
        font-family: "helvetica";
        font-size: 82px;
        font-weight: bold;
        padding-top: 15px;
        text-align: center;
    }
    .m-l-5{
        margin-left: 20px;
    }

.modal-dialog .modal-content {
    width: 100%;
    max-width: 100%;
}
@media (min-width: 610px){
.modal-dialog {
    max-width: 100% !important;
    width: 45%;
    margin: 3rem auto;
}
}
@media (max-width: 600px){
.modal-dialog {
    max-width: 100% !important;
    width: 90%;
    margin: auto;
}
}

 @media(min-width: 300px) and (max-width: 1024px){
    .mobile-center{
      text-align: center;
    }
  }
   .responsive img{
      width: 100%;
   }
   .responsive{
      margin: 20px auto;
   }
   .responsive div{
      position: relative;
   }
   .responsive section{
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 10px;
      background: rgba(160, 212, 174, 0.9);
      color: #fff;
      visibility: hidden;
      opacity: 0;
      font-size: 22px;
      padding: 10px;

      /* transition effect. not necessary */
      transition: opacity .2s, visibility .2s;
   }
   .responsive div:hover>section{
      visibility: visible;
      opacity: 1;
   }

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

/*#myImg:hover {opacity: 0.7;}*/

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption { 
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  opacity: 1;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
.myImg{
   cursor: pointer;
}

  @media(max-width: 600px){
    .banner-area {
    /*height: 545px;*/
}
.ticket-img{
  width: 80%;
  }
  .m-l-5{
    margin-left: 0px;
    text-align: -webkit-center;
  }
  .ticket-img img{
    width: 100%;
  }
  .ticket-img h2 {
    color: white;
    font-family: "helvetica";
    font-size: 26px;
    font-weight: bold;
    padding-top: 15px;
    text-align: center;
}
.m-l-2{
  margin-left: 0px !important;
}
.m-b-10{
  margin-top: 20px !important;
}
.img-banner-logo {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
   
    padding: 8px;
}
.margin-top-speakers{
  margin-top: 25px;
}
.btn-banner-virtual h3 {
    font-size: 24px;
    /* color: #002855; */
    color: white;
    text-align: center;
    font-family: "helvetica";
    text-transform: uppercase;
}
.btn-banner-virtual {
    background: #002855;
    margin-bottom: 15px;
    padding: 10px;
    transition: .5s all ease;
    -webkit-transition: .5s all ease;
}
.bannner-right-content{
  width: 100%;
}
.banner-right-sec{
  width: 100%;
  position: absolute;
  float: none;
  top: 60px;
  height: auto;
}
.back-bg-banner-control{
  background-size: cover !important;
}
.animated-arrow {
    cursor: pointer;
    padding: 10px 55px 16px 0px;
    margin: 45px 0 0 15px;
}
.pad-bot-115{
  padding-bottom: 10px;
}
.pad-bot-146{
  padding-bottom: 10px;
}
.pad-bot-120{
  padding-bottom: 10px;
}
.pad-bot-35{
  padding-bottom: 10px;
}
.btn-banner-virtual br{
  display: none;
}
}

.multiple-items-1 .img-responsive{
padding: 20px;
}
.bron-spon .img-responsive{
padding: 20px 225px;
}
@media(max-width: 600px){
.bron-spon .img-responsive{
  padding: 0px;
  margin: 20px 0px;
}
}

.multiple-items .img-responsive{
padding: 30px;
}
@media (min-width: 300px) and (max-width: 1024px){
.multiple-items .img-responsive{
padding: 20px;
}
}

.highlights-images .img-responsive{padding: 30px;}@media(min-width: 300px) and (max-width: 1024px){.highlights-images .img-responsive{padding: 5px;}}

.height-980{
    height: 800px;
  }
  @media(max-width: 600px){
    .height-980{
      height: 980px;
    }
  }

.fs-30{
        font-size: 24px;
        color: #002855;
        font-family: "helvetica";
        /*text-transform: uppercase;*/
        margin-bottom: 20px;
    }
    .ptb-2{
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .pb-2{
        padding-bottom: 5px;
    }.footer-page{
        background: #f2f2f2;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    hr{
        margin-top: 5px;
        margin-bottom: 5px;
        border-top: 1px solid #424242;
    }
    .alignment{
        text-align: left;
    }
    .m-l-2{
        margin-left: 10px;
    }
    .reg-sec{
        padding-top: 30px;
        text-align: center;
        padding-bottom: 30px;
    }
    #reg-sec{
        height: auto;
    }

#owl-demo .item{
   margin: 3px;
   }
   #owl-demo .item img{
   display: block;
   width: 100%;
   height: auto;
   }

.float{
    display: none;
  }
    .inner-page {
    line-height: 18px;
    text-align: justify;
    padding-top: 100px;
}
.m-b-speak-2{
    margin-bottom: 10px;
}
@media(min-width: 601px) and (max-width: 800px){
    .float{
      display: block;
    }
}
@media(max-width: 600px){
    .pl-0{
        padding-left: 15px !important;
    }
    .animated-arrow{
        position: absolute;
    }
.float{
  display: block;
    position:fixed;
    width:60px;
    height:60px;
    bottom:60px;
    right:20px;
    background-color: #25d366;
    color:#fff;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 7px 9px 7px 0px #0000006e;
    z-index:1000;
    transition: .3s;
    -webkit-transition: .3s;
}
.float:hover{
    color: #fff;
    background: #1fae54;
}
.my-float{
    margin-top:16px;
}
.fa-whatsapp:before{
  color: white;
}
.wsmenu-click {
    position: absolute;
    top: 0;
    width: 100%;
    right: 0;
    display: block;
    cursor: pointer;
    z-index: 80;
}
.wsmenu-click i {
    display: block;
    height: 23px;
    width: 100%;
    margin-top: 11px;
    margin-right: 8px;
    background-size: 25px;
    font-size: 21px;
    color: rgba(0,0,0,0.25);
}
.fa-angle-down:before {
    margin-left: 85%;
}
.wsmenu-arrow.fa.fa-angle-down.wsmenu-rotate:before {
    margin-left: -85%;
}
.inner-page{
    padding-top: 45px;
}
.ticket-img{
    margin-top: 0px;
}
.ticket-img .col-md-9{
    width: 70%;
    float: left;
}
.ticket-img .col-md-2{
    width: 30%;
    float: right;
}
.ticket-img img{
    width: 100%;
}
.ticket-img h2 {
    color: white;
    font-family: "helvetica";
    font-size: 22px;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}
.w-btn-vir-90{
    width: 85%;
}
.m-b-speak-2{
    margin-bottom: 0px;
}
.spkr-details-ppc a {
    display: block;
    float: right;
    width: 49%;
    margin-top: 8px;
    margin-right: 3px;
}
a.button-ppc {
    display: inline-block;
    color: #0b8344;
    text-transform: uppercase;
    text-align: center;
    padding: 11px 20px 11px 20px;
    border: solid 1px #3f6167;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    font-size: 14px;
}
.reg-page-1-table{
    display: flex;
    overflow-x: scroll;
}
.letter-space-1{
  letter-spacing: -1px;
}
}
@media(min-width: 450px) and (max-width: 500px){
    .ticket-img img{
    width: 80%;
}
.ticket-img h2 {
    color: white;
    font-family: "helvetica";
    font-size: 25px;
    font-weight: bold;
    padding-top: 14px;
    padding-bottom: 13px;
    text-align: center;
}
}
@media(max-width: 400px){
    .ticket-img img{
    width: 100%;
}
.ticket-img h2 {
    color: white;
    font-family: "helvetica";
    font-size: 18px;
    font-weight: bold;
    padding-top: 14px;
    padding-bottom: 13px;
    text-align: center;
}
}
@media(max-width: 350px){
    .ticket-img h2 {
    color: white;
    font-family: "helvetica";
    font-size: 15px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

}
@media(min-width: 501px) and (max-width: 600px){
    .ticket-img h2 {
    color: white;
    font-family: "helvetica";
    font-size: 27px;
    font-weight: bold;
    padding-top: 24px;
    padding-bottom: 15px;
    text-align: center;
}
}

@media(min-width: 351px) and (max-width: 360px){
    .ticket-img h2 {
    color: white;
    font-family: "helvetica";
    font-size: 17px;
    font-weight: bold;
    padding-top: 14px;
    padding-bottom: 13px;
    text-align: center;
}
}

@media(min-width: 370px) and (max-width: 378px){
    .ticket-img h2 {
    color: white;
    font-family: "helvetica";
    font-size: 17px;
    font-weight: bold;
    padding-top: 14px;
    padding-bottom: 13px;
    text-align: center;
}
}

@media(min-width: 379px) and (max-width: 380px){
    .ticket-img h2 {
    color: white;
    font-family: "helvetica";
    font-size: 19px;
    font-weight: bold;
    padding-top: 14px;
    padding-bottom: 13px;
    text-align: center;
}
}

@media(min-width: 381px) and (max-width: 394px){
    .ticket-img h2 {
    color: white;
    font-family: "helvetica";
    font-size: 20px;
    font-weight: bold;
    padding-top: 14px;
    padding-bottom: 13px;
    text-align: center;
}
}

@media(min-width: 395px) and (max-width: 410px){
    .ticket-img h2 {
    color: white;
    font-family: "helvetica";
    font-size: 21px;
    font-weight: bold;
    padding-top: 14px;
    padding-bottom: 13px;
    text-align: center;
}
}

.banner-whatsapp{
  position: absolute;
  right: 30px;
  top: 15px;
  width: 180px;
}
.button1 a{
    margin-top: 10px;
}
.fa-footer-img{
    float: initial;
    width: 35px;
    margin-right: 10px;
    margin-top: 25px;
    /*border-radius: 8px;*/
    transition: .5s all ease;
    -webkit-transition: .5s all ease;
  }
  .fa-footer-img:hover{
    box-shadow: 3px 3px 8px #4b4a4a;
  }

  ul.hom li {
    background: url(../images/bullet.png) no-repeat left 7px;
    margin-left: 8px;
    padding: 3px 0px 5px 16px;
    line-height: 24px;
    color: black;
}
  @media(max-width: 800px){
    .fa-footer-img{
    float: initial;
    width: 45px;
    margin-right: 10px;
    margin-top: 20px;
  }
.banner-whatsapp{
    display: none;
}
.animated-arrow {
    cursor: pointer;
    padding: 10px 30px 16px 0px;
    margin: 25px 0 0 0;
}

  }

  @media(min-width: 1300px){
    .nav-bg-home .container{
        padding: 0px;
    }
  }
  
 
 .boxes-wrapper { background:#fbece9;; padding:20px 20px; text-align:center;}
 #tp-iframe { display:none}
 body form.mj-form .mj-embed-shadow .mj-embedded-content { background-color:#fff!important}
 .speakers-wrapper{ background:#e7efe9; padding:20px 0}
 .welcome-msg { padding:40px  0}
 .welcome-msg p{ margin:10px; line-height:30px;}
 .objective-wrapper { padding:30px 0}
 .logo-wrapper-1 {/* background:#f2f2f2; border-bottom:1px solid #f2f2f2; border-top:1px solid #d6e2da;*/ padding:20px 0}
 .logo-wrapper-2 {/* background:#eaf5ed ; border-bottom:1px solid #d6e2da;  border-top:1px solid #f2f2f2;*/ padding:20px 0}
 .logo-wrapper { background:#eaf5ed ; border-bottom:1px solid #d6e2da;  border-top:1px solid #f2f2f2; padding:20px 0}
 .m-l-20{ margin-left:20px;}
 .line-height-30{ line-height:30px}
 .copyright { background:#002855; color:#fff; text-align:center; padding:20px}
 .copyright  a { color:#b4e0c0}
  .copyright  a:hover { color:#97c2a2}
  .highlights-wrapper { padding:30px 0}
   @media(max-width: 768px){
	   .features-sec { width:49%}
	    .m-l-20{ margin-left:0px;}
		.content-area h1 { margin-left:10px;}
   }
   .quick-links-footer{
    padding-left: 3rem;
   }
   .contact-us-footer{
    padding-left: 5rem;
   }
   .contact-us-footer .pad-d-0{
    padding-right: 0px;
   }
    @media(max-width: 600px){
   .quick-links-footer{padding-left: 15px;}
    .contact-us-footer{padding-left: 15px;}
   .contact-us-footer .pad-d-0{padding-right: 15px;margin-bottom: 15px;}
		h1{ font-size:24px;}
	   .features-sec { width:100%}
	   .features-inner-sec{ min-height:100%}
	   .content-area h1 { margin-left:20px;}
	   .main-banner-text h2 { font-size:26px; line-height:35px; margin-top:0px;}
   }


@media(min-width: 1500px){
    .feature-inner-top{
        min-height: 510px;
    }
    .feature-inner-bottom{
        min-height: 435px;
    }
}
@media(max-width: 1499px) and (min-width: 1200px){
    .feature-inner-top{
        min-height: 426px;
    }
    .feature-inner-bottom{
        min-height: 420px;
    }   
}

    .virtual_box-inner {
    border: 3px solid #002855;
    box-shadow: 10px 10px 5px #aaaaaa;
}
.virtual_box_heading {
    font-size: 18px;
    color: #0b8344;
    text-align: left;
}
.pad-10 {
    padding: 10px !important;
}
.col-vir, .col-vir-1, .col-vir-10, .col-vir-11, .col-vir-12, .col-vir-2, .col-vir-3, .col-vir-4, .col-vir-5, .col-vir-6, .col-vir-7, .col-vir-8, .col-vir-9, .col-vir-auto, .col-lg-vir, .col-lg-vir-1, .col-lg-vir-10, .col-lg-vir-11, .col-lg-vir-12, .col-lg-vir-2, .col-lg-vir-3, .col-lg-vir-4, .col-lg-vir-5, .col-lg-vir-6, .col-lg-vir-7, .col-lg-vir-8, .col-lg-vir-9, .col-lg-vir-auto, .col-md-vir, .col-md-vir-1, .col-md-vir-10, .col-md-vir-11, .col-md-vir-12, .col-md-vir-2, .col-md-vir-3, .col-md-vir-4, .col-md-vir-5, .col-md-vir-6, .col-md-vir-7, .col-md-vir-8, .col-md-vir-9, .col-md-vir-auto, .col-sm-vir, .col-sm-vir-1, .col-sm-vir-10, .col-sm-vir-11, .col-sm-vir-12, .col-sm-vir-2, .col-sm-vir-3, .col-sm-vir-4, .col-sm-vir-5, .col-sm-vir-6, .col-sm-vir-7, .col-sm-vir-8, .col-sm-vir-9, .col-sm-vir-auto, .col-xl-vir, .col-xl-vir-1, .col-xl-vir-10, .col-xl-vir-11, .col-xl-vir-12, .col-xl-vir-2, .col-xl-vir-3, .col-xl-vir-4, .col-xl-vir-5, .col-xl-vir-6, .col-xl-vir-7, .col-xl-vir-8, .col-xl-vir-9, .col-xl-vir-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col-vir-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.mb-vir-2, .my-vir-2 {
    margin-bottom: .5rem!important;
}
.mb-vir-4, .my-vir-4 {
    margin-bottom: 1.5rem!important;
}
.mt-vir-4, .my-vir-4 {
    margin-top: 1.5rem!important;
}
.ml-vir-2, .mx-vir-2 {
    margin-left: .5rem!important;
}
.mr-vir-2, .mx-vir-2 {
    margin-right: .5rem!important;
}
.px-vir-0 {
    padding-left: 0!important;
    padding-right: 0!important;
}
.img-fluid{
    max-width: 100%;
}
.row-vir {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px){
.mr-md-vir-0, .mx-md-vir-0 {
    margin-right: 0!important;
}
.align-self-md-vir-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
}
.ml-md-vir-0, .mx-md-vir-0 {
    margin-left: 0!important;
}
.pr-md-vir-2, .px-md-vir-2 {
    padding-right: .5rem!important;
}
.pl-md-vir-2, .px-md-vir-2 {
    padding-left: .5rem!important;
}
.mt-md-0, .my-md-vir-0 {
    margin-top: 0!important;
}
.mb-md-vir-0, .my-md-vir-0 {
    margin-bottom: 0!important;
}
.mb-md-vir-0, .my-md-vir-0 {
    margin-bottom: 0!important;
}
.col-md-vir-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-md-vir-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
}
.my-social-feed{
    /*margin-bottom: 30px;*/
}
.sponsors-bg{
    margin-top: 30px;
    border-top: 0px;
}
.twitter-container{
    background: white;
}
.details{
    margin-top: 10px;
}
@media(max-width: 600px){
    .virtual_box_heading {
        text-align: center;
    }
    .mt-twitter-widget{
        margin-top: 20px;
    }
}

@media(min-width: 601px) and (max-width: 800px){
    .toggle {
    top: 110px !important;
    left: 30px !important;
}
.animated-arrow {
    cursor: pointer;
    padding: 20px 40px 16px 0px;
    margin: 30px 0 0 0;
}
}

@media(max-width: 600px){
    .toggle {
    font-size: 23px !important;
    height: 45px !important;
    width: 45px !important;
    top: 85px !important;
    left: 20px !important;
}
.ico {
    width: 48px !important;
    height: 40px !important;
}
}

@media(min-width: 800px){
    .phy-logo-pad-r-80{
        padding-right: 100px;
    }
    .lw-logo-pad-l-80{
        padding-left: 80px;
    }
}
.silver-spon img{
    padding-left: 15px;
    padding-right: 15px;
}